object Form1: TForm1 Left = 238 Top = 264 Width = 303 Height = 153 Caption = 'Hints from Resource DLL' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 ShowHint = True OnCreate = FormCreate TextHeight = 16 object Label1: TLabel Tag = 2 Left = 136 Top = 12 Width = 133 Height = 41 Caption = 'Label with Hint from resource' end object Label2: TLabel Left = 136 Top = 68 Width = 133 Height = 41 Hint = 'This hint was set in the Object Inspector.' Caption = 'Label with Hint set in Object Inspector.' end object Button1: TButton Tag = 1 Left = 13 Top = 12 Width = 89 Height = 33 Caption = 'Hint' TabOrder = 0 end object Button2: TButton Left = 13 Top = 75 Width = 89 Height = 33 Caption = 'No Hint' TabOrder = 1 end end